SG Window | Window Object |
GetDC Method |
Properties Methods Events Constants Error Codes |
Returns a handle to a display device context for the client area of the attached window.
object.GetDC
Part | Description |
object | The object is expression that evaluates to Window object |
When you are finished with device context returned form GetDC, you must call the ReleaseDC function to release the device context.